Uses of Class
com.tick42.glue.core.interop.InvocationType
-
Packages that use InvocationType Package Description com.tick42.glue.core.interop Interop API . -
-
Uses of InvocationType in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return InvocationType Modifier and Type Method Description InvocationTypeInvocationOptions. getInvocationType()static InvocationTypeInvocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationType[]InvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.core.interop with parameters of type InvocationType Modifier and Type Method Description InvocationOptions.BuilderInvocationOptions.Builder. invocationType(InvocationType type)
-