public class ServiceCanceller extends Object implements MessageCallback
Constructor and Description |
---|
ServiceCanceller(Subscription subscription) |
public ServiceCanceller(Subscription subscription)
public void callback(Message message)
MessageCallback
callback
in interface 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.