Gets whether this executor can accept a message of messageType.
messageType
bool canAccept(Type messageType) => protocol.accepts(messageType);