public class VoidRPCEndpointCallback extends AbstractRPCMethodCallback
bus, method, serviceProvider, targetTypes
Constructor and Description |
---|
VoidRPCEndpointCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
Modifier and Type | Method and Description |
---|---|
void |
callback(Message message)
Called by the Message Bus every time it processes a message with the
subject this callback is registered for.
|
invokeMethodFromMessage
public VoidRPCEndpointCallback(ServiceInstanceProvider genericSvc, Method method, MessageBus bus)
public void callback(Message message)
MessageCallback
message
- The message on the bus. Avoid making changes to this object,
because it will continue to be reused by the framework and the
same Message instance will be passed to other callbacks.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.