JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
services.moleculer.web.common
Endpoint
Contents
Description
Method Summary
Method Details
send(String)
isOpen()
getInternal()
Hide sidebar
Show sidebar
Interface Endpoint
All Known Implementing Classes:
ServletEndpoint
public interface
Endpoint
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getInternal
()
boolean
isOpen
()
void
send
(
String
message)
Method Details
send
void
send
(
String
message)
isOpen
boolean
isOpen
()
getInternal
Object
getInternal
()