Class NotifyProducerRemoved

  • All Implemented Interfaces:
    Serializable

    @Beta
    @Deprecated(forRemoval=true)
    public class NotifyProducerRemoved
    extends Object
    implements Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Message sent to remote ShardedDataTreeActor's when attempting to close a producer. The remote node should attempt to close a producer in the local sharding service and reply with success/failure based on the attempt result. If the producer doesn't exist on this node report Success.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotifyProducerRemoved

        public NotifyProducerRemoved​(Collection<DOMDataTreeIdentifier> subtrees)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getSubtrees

        public Collection<DOMDataTreeIdentifier> getSubtrees()
        Deprecated, for removal: This API element is subject to removal in a future version.