package com.mobify.astro.messaging;

public interface AddressableObject {
    String getInstanceAddress();
}