isShutdown method

  1. @override
bool isShutdown()
override

Check whether communicator has been shut down. @return True if the communicator has been shut down; false otherwise. @see #shutdown

Implementation

@override
bool isShutdown() {
  return instance.objectAdapterFactory.isShutdown();
}