BrokerInterface constructor

BrokerInterface(
  1. AuthenticationManager authManager
)

Creates a BrokerInterface with the given authManager.

Implementation

BrokerInterface(this.authManager);