case class EntityApi(baseUrl: URL) extends ParallelWriteEntity with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityApi
- Serializable
- Serializable
- Product
- Equals
- ParallelWriteEntity
- MicroserviceClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EntityApi(baseUrl: URL)
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
-
val
baseUrl: URL
Each microservices has a base url.
Each microservices has a base url. This url serves as a prefix to every endpoint
- returns
microservice base url
- Definition Classes
- EntityApi → MicroserviceClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get[A](url: URL, headers: Map[String, String])(implicit arg0: JsonFormat[A]): A
- A
Response body type
- url
Url
- headers
Header map
- returns
Response body casted to B
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDataCommitted(correlationId: CorrelationId): DataCommittedResponseBody
- Definition Classes
- EntityApi → ParallelWriteEntity
-
def
getWriteExecutionPlan(requestBody: WriteExecutionPlanRequestBody, correlationId: CorrelationId): WriteExecutionPlanResponseBody
- Definition Classes
- EntityApi → ParallelWriteEntity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
post[A, B](url: URL, body: Option[A], headers: Map[String, String])(implicit arg0: JsonFormat[A], arg1: JsonFormat[B]): B
- A
Request body type
- B
Response body type
- url
Url
- body
Request body
- headers
Header map
- returns
Response body casted to B
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
def
postComplete[A](url: URL, body: Option[A], headers: Map[String, String])(implicit arg0: JsonFormat[A]): Unit
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
def
postDataComplete(requestBody: DataCompleteRequestBody, correlationId: CorrelationId): Unit
- Definition Classes
- EntityApi → ParallelWriteEntity
-
def
postDataStream(requestBody: DataStreamRequestBody, correlationId: CorrelationId): Unit
- Definition Classes
- EntityApi → ParallelWriteEntity
-
def
postStream(url: URL, body: (BufferedSink) ⇒ Unit, headers: Map[String, String]): Unit
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... ) @native()