Connection default callbacks are executed while processing a message if a process callback specific to the message type and/or destination has not been called. Default callbacks are useful for processing unexpected messages or for generic processing of most message types. For example, you have a client process to manage and display alarm messages. The only process callback you would want for that client process would be for messages of type "alarm". You could then write a default callback to process any other type of data received and display a warning.
For a list of all members of this type, see TipcDefaultCb Members.
Namespace: TIBCO.SMARTSOCKETS Namespace
Assembly: TIBCO.SS.dll
TipcDefaultCb Members | TIBCO.SMARTSOCKETS Namespace | addDefaultCb