getContentFactory abstract method

ContentFactory? getContentFactory(
  1. String msgType
)

Get the content factory for a message type.

msgType is the message type identifier.

Returns the registered factory for the type, or null if not registered.

Implementation

ContentFactory? getContentFactory(String msgType);