@Service
public interface ChannelShapersFactory
ChannelShapersFactory
created of actual ChannelShapers
based on
the session
, which is provided by the corresponding QDAuthRealm
.Modifier and Type | Method and Description |
---|---|
ChannelShaper[] |
createChannelShapers(AgentAdapter agentAdapter,
com.devexperts.auth.AuthSession session)
Creates array of channel shapers.
|
ChannelShaper[] createChannelShapers(AgentAdapter agentAdapter, com.devexperts.auth.AuthSession session)
null
if the session does not contain the information that this factory is supposed to see there,
e.g. it was created by a non-compatible QDAuthRealm
.agentAdapter
- the agent adapter.session
- the auth session.Copyright © 2002–2025 Devexperts LLC. All rights reserved.