public final class InvocationFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addSourceInstanceId() |
static boolean |
addSourceServiceId() |
static Invocation |
forConsumer(ReferenceConfig referenceConfig,
OperationMeta operationMeta,
InvocationRuntimeType invocationRuntimeType,
Map<String,Object> swaggerArguments) |
static Invocation |
forProvider(Endpoint endpoint,
OperationMeta operationMeta,
Map<String,Object> swaggerArguments) |
static Invocation |
setSrcMicroservice(Invocation invocation) |
public static Invocation forConsumer(ReferenceConfig referenceConfig, OperationMeta operationMeta, InvocationRuntimeType invocationRuntimeType, Map<String,Object> swaggerArguments)
public static Invocation setSrcMicroservice(Invocation invocation)
public static boolean addSourceServiceId()
public static boolean addSourceInstanceId()
public static Invocation forProvider(Endpoint endpoint, OperationMeta operationMeta, Map<String,Object> swaggerArguments)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.