Class AsyncEvent

    • Constructor Detail

      • AsyncEvent

        public AsyncEvent​(@NotNull
                          String eventType,
                          @NotNull
                          Long objectId)
      • AsyncEvent

        public AsyncEvent​(@NotNull
                          String eventType,
                          @NotNull
                          Long objectId,
                          String projectId)
    • Method Detail

      • getEventType

        @NotNull
        public String getEventType()
      • getObjectId

        @NotNull
        public Long getObjectId()
      • getProjectId

        @Nullable
        public String getProjectId()