Uses of Interface
io.fixprotocol.md.event.Context
-
Packages that use Context Package Description io.fixprotocol.md.event -
-
Uses of Context in io.fixprotocol.md.event
Subinterfaces of Context in io.fixprotocol.md.event Modifier and Type Interface Description interfaceMutableContextMethods in io.fixprotocol.md.event that return Context Modifier and Type Method Description ContextGraphContext. getParent()Returns the Context to which an object belongs, or a broader ContextMethods in io.fixprotocol.md.event with parameters of type Context Modifier and Type Method Description voidMutableGraphContext. setParent(Context parent)Set a parent Context to build a graphvoidDocumentWriter. write(Context context)Method parameters in io.fixprotocol.md.event with type arguments of type Context Modifier and Type Method Description voidDocumentWriter. write(Iterable<? extends Context> contextSupplier)
-