createCustomService static method

StompService createCustomService(
  1. Host host,
  2. StompServiceOptions options
)

Creates a STOMP service with custom options

Implementation

static StompService createCustomService(Host host, StompServiceOptions options) {
  return StompService(host, options: options);
}