Class ServiceContainerEvent

    • Field Detail

      • containerID

        protected ID containerID
    • Constructor Detail

      • ServiceContainerEvent

        public ServiceContainerEvent​(IServiceInfo info,
                                     ID containerID)
    • Method Detail

      • getServiceInfo

        public IServiceInfo getServiceInfo()
        Description copied from interface: IServiceEvent
        Get the service info associated with this event
        Specified by:
        getServiceInfo in interface IServiceEvent
        Returns:
        IServiceInfo any info associated with this event. May be null.
      • getLocalContainerID

        public ID getLocalContainerID()
        Description copied from interface: IContainerEvent
        Get ID of local discovery container (the discovery container receiving this event).
        Specified by:
        getLocalContainerID in interface IContainerEvent
        Returns:
        ID for local container. Will not return null.