Module odo.service

Class Invocation

java.lang.Object
net.odoframework.service.Invocation

public class Invocation
extends Object
  • Constructor Details

    • Invocation

      public Invocation()
    • Invocation

      public Invocation​(String id, Object invocationContext)
  • Method Details

    • getId

      public String getId()
    • getUnderlyingContext

      public <T> Optional<T> getUnderlyingContext​(Class<T> type)
    • withContext

      public <T> void withContext​(Consumer<T> consumer)