Interface AsyncApiFilter
-
public interface AsyncApiFilterAsyncpiFilter- Author:
- christiant
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default com.asyncapi.v2._0_0.model.AsyncAPIfilterAsyncAPI(com.asyncapi.v2._0_0.model.AsyncAPI aAsyncAPI)default com.asyncapi.v2._0_0.model.channel.ChannelItemfilterChannelItem(String aChannel, com.asyncapi.v2._0_0.model.channel.ChannelItem aChannelItem)
-
-
-
Method Detail
-
filterAsyncAPI
default com.asyncapi.v2._0_0.model.AsyncAPI filterAsyncAPI(com.asyncapi.v2._0_0.model.AsyncAPI aAsyncAPI)
-
filterChannelItem
default com.asyncapi.v2._0_0.model.channel.ChannelItem filterChannelItem(String aChannel, com.asyncapi.v2._0_0.model.channel.ChannelItem aChannelItem)
-
-