Package akka.actor.typed.pubsub
Interface Topic.Command<T>
-
- All Superinterfaces:
TopicImpl.Command<T>
- All Known Implementing Classes:
TopicImpl.GetTopicStats
,TopicImpl.Publish
,TopicImpl.Subscribe
,TopicImpl.Unsubscribe
- Enclosing class:
- Topic
public static interface Topic.Command<T> extends TopicImpl.Command<T>
Not for user extension