higherkindness
.
mu
.
rpc
server
package
server
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
server
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
final
case class
AddBindableService
(
bindableService:
BindableService
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
AddService
(
service:
ServerServiceDefinition
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
AddStreamTracerFactory
(
factory:
Factory
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
AddTransportFilter
(
filter:
ServerTransportFilter
)
extends
GrpcConfig
with
Product
with
Serializable
trait
GrpcConfig
extends
Product
with
Serializable
trait
GrpcServer
[
F
[
_
]
]
extends
AnyRef
final
case class
SetCompressorRegistry
(
registry:
CompressorRegistry
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
SetDecompressorRegistry
(
registry:
DecompressorRegistry
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
SetExecutor
(
executor:
Executor
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
SetFallbackHandlerRegistry
(
fallbackRegistry:
HandlerRegistry
)
extends
GrpcConfig
with
Product
with
Serializable
final
case class
UseTransportSecurity
(
certChain:
File
,
privateKey:
File
)
extends
GrpcConfig
with
Product
with
Serializable
Value Members
object
DirectExecutor
extends
GrpcConfig
with
Product
with
Serializable
object
GrpcServer
val
defaultPort
:
Int
package
handlers
package
interceptors
package
metrics
object
netty
Inherited from
AnyRef
Inherited from
Any
Ungrouped