publishMessage method

  1. @override
Future<CtrlMessage> publishMessage(
  1. Message a
)
override

Publishing to TopicFnd is not supported

Implementation

@override
Future<CtrlMessage> publishMessage(Message a) {
  return Future.error(Exception("Publishing to 'fnd' is not supported"));
}