Package 

Class Operation-extKt

    • Method Summary

      Modifier and Type Method Description
      final static <RQ extends Any, RS extends Any> RS runOperation(Operation<RQ, RS> $self, RQ request) Created By Ibrahim Al-Tamimi  Created At 02, Tue March, 2021 Project radixhttps://arkitik.
      final static <RQ extends Any, RS extends Any> RS operateRole(OperationRole<RQ, RS> $self, RQ request)
      final static <RQ extends Any, RS extends Any> Unit runOperator(Operator<RQ, RS> $self, RQ request, RS response)
      • Methods inherited from class java.lang.Object

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

      • runOperation

         final static <RQ extends Any, RS extends Any> RS runOperation(Operation<RQ, RS> $self, RQ request)

        Created By Ibrahim Al-Tamimi  Created At 02, Tue March, 2021 Project radixhttps://arkitik.io

      • operateRole

         final static <RQ extends Any, RS extends Any> RS operateRole(OperationRole<RQ, RS> $self, RQ request)
      • runOperator

         final static <RQ extends Any, RS extends Any> Unit runOperator(Operator<RQ, RS> $self, RQ request, RS response)