Create an LBM Monitoring Receiver Controller.
This creates an instance of an LBM Monitoring Receive
Controller.


- formatter (Int32)
- Format module type
- formatOpts (String)
- A block of data which is passed to the format module's initialization function. This may be used to pass configuration options to the format module.
- transport (Int32)
- Transport module type
- transportOpts (String)
- A block of data which is passed to the transport module's initialization function. This may be used to pass configuration options to the transport module.
- recycler (LBMObjectRecyclerBase)
- an object recycler to handle recycling stats objects. Only the last callback should call the doneWith method to return the stat object back to the recycler.
- objRecCbArg (Object)
- a callback object token that will be passed to the recycler (normally null is used)

Exception | Condition |
---|---|
Unsupported format type | |
Unsupported transport type | |
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |