Uses of Class
org.mockserver.async.asyncapi.AsyncApiChannel
Packages that use AsyncApiChannel
-
Uses of AsyncApiChannel in org.mockserver.async
Methods in org.mockserver.async with parameters of type AsyncApiChannelModifier and TypeMethodDescriptionMessageExampleGenerator.generateExample(AsyncApiChannel channel) Generate an example payload for a single channel. -
Uses of AsyncApiChannel in org.mockserver.async.asyncapi
Methods in org.mockserver.async.asyncapi that return types with arguments of type AsyncApiChannelModifier and TypeMethodDescriptionAsyncApiSpec.getChannels()All channels extracted from the spec.Constructor parameters in org.mockserver.async.asyncapi with type arguments of type AsyncApiChannelModifierConstructorDescriptionAsyncApiSpec(String asyncApiVersion, String title, List<AsyncApiChannel> channels)