
Icon | Member | Description |
---|---|---|
![]() | LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes) |
Instantiate an LBM Wildcard Receiver object that will receive messages
sent to any topic matching the given pattern
|
![]() | LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMEventQueue) |
Instantiate an LBM Wildcard Receiver object (associated with a specified
event queue) that will receive messages sent to any topic matching the
given pattern
|
![]() | LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMReceiverCallback, Object) |
Instantiate an LBM Wildcard Receiver object
that will receive messages sent to any topic matching the
given pattern, with an initial callback and callback object set.
|
![]() | LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMReceiverCallback, Object, LBMEventQueue) |
Instantiate an LBM Wildcard Receiver object (associated with a specified
event queue) that will receive messages sent to any topic matching the
given pattern, with an initial callback and callback object set.
|