open static fun <T : Any> getConsumer(discovery: ServiceDiscovery, filter: JsonObject, resultHandler: Handler<AsyncResult<MessageConsumer<T>>>): Unit
Convenient method that looks for a message source and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails.
discovery - The service discovery instance
resultHandler - The result handler
open static fun <T : Any> getConsumer(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, resultHandler: Handler<AsyncResult<MessageConsumer<T>>>): Unit
Convenient method that looks for a message source and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails.
discovery - The service discovery instance