//Send datagram packet to a socket address
void send(String host, int port, byte[] payload);
//Stops the input service
void stop();
//Gets the input service's config ID
String getId();
//Retrieves the entity type [DOMAIN, ORGANIZATION, GLOBAL, SYSTEM]
EntityType getEntityType();
//Gets the input service's org id
Long getOrgId();