Package com.mayam.wf.mq
Interface Mq.Detachable
- Enclosing interface:
Mq
public static interface Mq.Detachable
Returned by
Mq.attachListener(MqDestination, Listener)
, its detach()
method allows a callback to be removed.-
Method Summary
Modifier and TypeMethodDescriptionvoid
detach()
Detach associated listener from itsMqDestination
.
-
Method Details
-
detach
void detach()Detach associated listener from itsMqDestination
.
-