Class NotifyProducerCreated

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class NotifyProducerCreated
    extends Object
    implements Serializable
    Message sent to remote ShardedDataTreeActor's when attempting to create a producer. The remote node should attempt to create a producer in the local sharding service and reply with success/failure based on the attempt result.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotifyProducerCreated

        public NotifyProducerCreated​(Collection<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier> subtrees)
    • Method Detail

      • getSubtrees

        public Collection<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier> getSubtrees()