Make ContextPropagation public to be used from custom akka stream stage implementations outside of the akka codebase
This commit is contained in:
parent
ad86f34462
commit
fdbf706b3a
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import akka.annotation.InternalApi
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
@InternalApi private[akka] trait ContextPropagation {
|
||||
@InternalApi trait ContextPropagation {
|
||||
def suspendContext(): Unit
|
||||
def resumeContext(): Unit
|
||||
def currentContext(): AnyRef
|
||||
|
|
@ -19,7 +19,7 @@ import akka.annotation.InternalApi
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
@InternalApi private[akka] object ContextPropagation {
|
||||
@InternalApi object ContextPropagation {
|
||||
|
||||
/**
|
||||
* INTERNAL API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue