Class ServerEventImpl

  • All Implemented Interfaces:
    Comparable<org.infinispan.util.logging.events.EventLog>, org.infinispan.util.logging.events.EventLog

    @ProtoTypeId(5200)
    public final class ServerEventImpl
    extends Object
    implements org.infinispan.util.logging.events.EventLog
    ServerEvent.
    Since:
    8.2
    Author:
    Tristan Tarrant
    • Method Detail

      • getWhen

        public Instant getWhen()
        Specified by:
        getWhen in interface org.infinispan.util.logging.events.EventLog
      • getLevel

        @ProtoField(2)
        public org.infinispan.util.logging.events.EventLogLevel getLevel()
        Specified by:
        getLevel in interface org.infinispan.util.logging.events.EventLog
      • getCategory

        @ProtoField(3)
        public org.infinispan.util.logging.events.EventLogCategory getCategory()
        Specified by:
        getCategory in interface org.infinispan.util.logging.events.EventLog
      • getMessage

        @ProtoField(4)
        public String getMessage()
        Specified by:
        getMessage in interface org.infinispan.util.logging.events.EventLog
      • getDetail

        @ProtoField(5)
        public Optional<String> getDetail()
        Specified by:
        getDetail in interface org.infinispan.util.logging.events.EventLog
      • getWho

        @ProtoField(6)
        public Optional<String> getWho()
        Specified by:
        getWho in interface org.infinispan.util.logging.events.EventLog
      • getContext

        @ProtoField(7)
        public Optional<String> getContext()
        Specified by:
        getContext in interface org.infinispan.util.logging.events.EventLog
      • getScope

        @ProtoField(8)
        public Optional<String> getScope()
        Specified by:
        getScope in interface org.infinispan.util.logging.events.EventLog
      • compareTo

        public int compareTo​(org.infinispan.util.logging.events.EventLog that)
        Specified by:
        compareTo in interface Comparable<org.infinispan.util.logging.events.EventLog>