higherkindness
.
mu
.
rpc
.
server
GrpcServer
Related Docs:
object GrpcServer
|
package server
trait
GrpcServer
[
F
[
_
]
]
extends
AnyRef
Self Type
GrpcServer
[
F
]
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GrpcServer
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
awaitTermination
()
:
F
[
Unit
]
abstract
def
awaitTerminationTimeout
(
timeout:
Long
,
unit:
TimeUnit
)
:
F
[
Boolean
]
abstract
def
getImmutableServices
:
F
[
List
[
ServerServiceDefinition
]]
abstract
def
getMutableServices
:
F
[
List
[
ServerServiceDefinition
]]
abstract
def
getPort
:
F
[
Int
]
abstract
def
getServices
:
F
[
List
[
ServerServiceDefinition
]]
abstract
def
isShutdown
:
F
[
Boolean
]
abstract
def
isTerminated
:
F
[
Boolean
]
abstract
def
shutdown
()
:
F
[
Unit
]
abstract
def
shutdownNow
()
:
F
[
Unit
]
abstract
def
start
()
:
F
[
Unit
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapK
[
G
[
_
]
]
(
fk:
~>
[
F
,
G
]
)
:
GrpcServer
[
G
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped