Class PubSubClientFactory


  • public final class PubSubClientFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.atomic.AtomicLong ASYNC_TIMEOUT_SECONDS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <I,​O,​T extends dev.soffa.foundation.core.Operation<I,​O>>
      T
      of​(PubSubClient client, @NotNull java.lang.Class<T> operationClass, @NonNull java.lang.String channel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ASYNC_TIMEOUT_SECONDS

        public static final java.util.concurrent.atomic.AtomicLong ASYNC_TIMEOUT_SECONDS
    • Method Detail

      • of

        public static <I,​O,​T extends dev.soffa.foundation.core.Operation<I,​O>> T of​(PubSubClient client,
                                                                                                      @NotNull
                                                                                                      @NotNull java.lang.Class<T> operationClass,
                                                                                                      @NonNull java.lang.String channel)