You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to attach ServerInterceptor's directly to the standard Spine services (e.g., QueryService, CommandService, SubscriptionService) during building the io.spine.server.Server.
Current Workaround
Build the io.spine.server.Server with bounded contexts.
Extract the configured Spine services.
Add Spine services to the io.grpc.Server wrapping the necessary ones with interceptors.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to attach
ServerInterceptor
's directly to the standard Spine services (e.g.,QueryService
,CommandService
,SubscriptionService
) during building theio.spine.server.Server
.Current Workaround
io.spine.server.Server
with bounded contexts.io.grpc.Server
wrapping the necessary ones with interceptors.The text was updated successfully, but these errors were encountered: