Interface IConsumerService
public interface IConsumerService
-
Method Summary
Modifier and TypeMethodDescriptiongetConsumer(String name) Get a consumer with given namevoidinitialize(StringObjectMap config) Initialize consumer servicevoidshutdown()Shutdown
-
Method Details
-
initialize
Initialize consumer service -
getConsumer
Get a consumer with given name -
shutdown
void shutdown()Shutdown
-