SimulatorResponsesConfig

@Configuration
open class SimulatorResponsesConfig(gateway: SimulatorRequestGateway) : BaseGatewayConfig<PortfolioSimulationRequest, PortfolioSimulationResponse>

Constructors

Link copied to clipboard
constructor(gateway: SimulatorRequestGateway)

Functions

Link copied to clipboard
@Bean(name = ["portfolioSimulationResponsesConsumer"])
open fun portfolioSimulationResponsesConsumer(): Consumer<Message<PortfolioSimulationResponse>>