canAccept method

bool canAccept(
  1. Type messageType
)

Gets whether this executor can accept a message of messageType.

Implementation

bool canAccept(Type messageType) => protocol.accepts(messageType);