LeviLamina
Loading...
Searching...
No Matches
Bedrock::PubSub::DeferredSubscriptionHubBase Class Referenceabstract
+ Inheritance diagram for Bedrock::PubSub::DeferredSubscriptionHubBase:

Public Types

enum class  HubType : int { Priority = 0 , Fifo = 1 , RecursiveFIFO = 2 }
 

Public Member Functions

DeferredSubscriptionHubBaseoperator= (DeferredSubscriptionHubBase const &)
 
 DeferredSubscriptionHubBase (DeferredSubscriptionHubBase const &)
 
virtual uint64 runDeferredEvents (uint64 maxToRun)
 
virtual uint64 runDeferredEventsForDuration (::std::chrono::milliseconds msec)
 
virtual void clear ()
 
virtual uint64 erase (::Bedrock::PubSub::RawSubscription &subscription)
 
virtual uint64 size () const
 
virtual bool empty () const
 
virtual void _join (::Bedrock::PubSub::DeferredSubscription &&subscription)
 
virtual bool _runOneEvent ()=0
 
MCAPI void $dtor ()
 
MCAPI uint64 $runDeferredEvents (uint64 maxToRun)
 
MCAPI uint64 $runDeferredEventsForDuration (::std::chrono::milliseconds msec)
 
MCAPI void $clear ()
 
MCAPI uint64 $erase (::Bedrock::PubSub::RawSubscription &subscription)
 
MCAPI uint64 $size () const
 
MCAPI bool $empty () const
 
MCAPI void $_join (::Bedrock::PubSub::DeferredSubscription &&subscription)
 
virtual void flushPendingEvents ()=0
 
virtual::Bedrock::PubSub::DeferredSubscriptionHub::HubType getHubType () const =0
 
virtual void _enqueue (::std::function< void()>, ::Bedrock::PubSub::ConnectPosition, ::std::optional< int >)=0
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::Bedrock::PubSub::DeferredSubscriptionHubmakePriorityHub ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnkb58fe3
 

Member Function Documentation

◆ runDeferredEvents()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::runDeferredEvents ( uint64 maxToRun)
virtual

◆ runDeferredEventsForDuration()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::runDeferredEventsForDuration ( ::std::chrono::milliseconds msec)
virtual

◆ clear()

virtual void Bedrock::PubSub::DeferredSubscriptionHubBase::clear ( )
virtual

◆ erase()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::erase ( ::Bedrock::PubSub::RawSubscription & subscription)
virtual

◆ size()

virtual uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::size ( ) const
virtual

◆ empty()

virtual bool Bedrock::PubSub::DeferredSubscriptionHubBase::empty ( ) const
virtual

◆ _join()

virtual void Bedrock::PubSub::DeferredSubscriptionHubBase::_join ( ::Bedrock::PubSub::DeferredSubscription && subscription)
virtual

◆ $dtor()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $runDeferredEvents()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$runDeferredEvents ( uint64 maxToRun)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $runDeferredEventsForDuration()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$runDeferredEventsForDuration ( ::std::chrono::milliseconds msec)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $clear()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$clear ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $erase()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$erase ( ::Bedrock::PubSub::RawSubscription & subscription)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $size()

MCAPI uint64 Bedrock::PubSub::DeferredSubscriptionHubBase::$size ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $empty()

MCAPI bool Bedrock::PubSub::DeferredSubscriptionHubBase::$empty ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_join()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$_join ( ::Bedrock::PubSub::DeferredSubscription && subscription)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** Bedrock::PubSub::DeferredSubscriptionHubBase::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ makePriorityHub()

static MCAPI ::std::unique_ptr<::Bedrock::PubSub::DeferredSubscriptionHub > Bedrock::PubSub::DeferredSubscriptionHub::makePriorityHub ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: