public interface MutableMessageDispatchTargetHandle extends Handle, MessageSupport
MutableTopic.
Applications that need this interface must instantiate an object with the MutableMessageDispatchTargetHandle interface by calling
Solclient.Allocator.newMutableMessageDispatchTargetHandle().
The allocated MutableMessageDispatchTargetHandle is used to create a subscription entry in the API
by calling MessageDispatcher.subscribe(MutableMessageDispatchTargetHandle, MutableTopic, MessageCallback, boolean, int, long) SessionHandle.subscribe()}
or
MessageDispatcher.subscribe(MutableMessageDispatchTargetHandle, MutableTopic, MessageCallback, boolean, int, long) FlowHandle.subscribe()}
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
This method will destroy the the message dispatch associated
with this instance.
|
getRxMessage, takeRxMessagevoid destroy()
throws SolclientException
destroy in interface HandleSolclientException - if the destroy failsCopyright 2004-2025 Solace Corporation. All rights reserved.