LeviLamina
Loading...
Searching...
No Matches
Bedrock::PubSub::PriorityDeferredSubscriptionHub Class Reference
+ Inheritance diagram for Bedrock::PubSub::PriorityDeferredSubscriptionHub:

Classes

struct  DequeuedEntry
 
struct  QueueEntry
 

Public Types

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

Public Member Functions

PriorityDeferredSubscriptionHuboperator= (PriorityDeferredSubscriptionHub const &)
 
 PriorityDeferredSubscriptionHub (PriorityDeferredSubscriptionHub const &)
 
virtual void flushPendingEvents ()
 
virtual::Bedrock::PubSub::DeferredSubscriptionHub::HubType getHubType () const
 
virtual bool _runOneEvent ()
 
virtual void _enqueue (::std::function< void()> fn, ::Bedrock::PubSub::ConnectPosition at, ::std::optional< int > group)
 
virtual void _runDequeuedEntry (::Bedrock::PubSub::PriorityDeferredSubscriptionHub::DequeuedEntry const &entry)
 
MCAPI PriorityDeferredSubscriptionHub ()
 
MCAPI void * $ctor ()
 
MCAPI void $flushPendingEvents ()
 
MCAPI::Bedrock::PubSub::DeferredSubscriptionHub::HubType $getHubType () const
 
MCAPI bool $_runOneEvent ()
 
MCAPI void $_enqueue (::std::function< void()> fn, ::Bedrock::PubSub::ConnectPosition at, ::std::optional< int > group)
 
MCAPI void $_runDequeuedEntry (::Bedrock::PubSub::PriorityDeferredSubscriptionHub::DequeuedEntry const &entry)
 
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)
 
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)
 

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 560 > mUnk31088e
 
::ll::UntypedStorage< 8, 40 > mUnkbc9ae5
 
::ll::UntypedStorage< 8, 24 > mUnkb58fe3
 

Constructor & Destructor Documentation

◆ PriorityDeferredSubscriptionHub()

MCAPI Bedrock::PubSub::PriorityDeferredSubscriptionHub::PriorityDeferredSubscriptionHub ( )
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.

Member Function Documentation

◆ flushPendingEvents()

virtual void Bedrock::PubSub::PriorityDeferredSubscriptionHub::flushPendingEvents ( )
virtual

◆ getHubType()

virtual::Bedrock::PubSub::DeferredSubscriptionHub::HubType Bedrock::PubSub::PriorityDeferredSubscriptionHub::getHubType ( ) const
virtual

◆ _runOneEvent()

virtual bool Bedrock::PubSub::PriorityDeferredSubscriptionHub::_runOneEvent ( )
virtual

◆ _enqueue()

virtual void Bedrock::PubSub::PriorityDeferredSubscriptionHub::_enqueue ( ::std::function< void()> fn,
::Bedrock::PubSub::ConnectPosition at,
::std::optional< int > group )
virtual

◆ $ctor()

MCAPI void * Bedrock::PubSub::PriorityDeferredSubscriptionHub::$ctor ( )
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.

◆ $flushPendingEvents()

MCAPI void Bedrock::PubSub::PriorityDeferredSubscriptionHub::$flushPendingEvents ( )
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.

◆ $getHubType()

MCAPI::Bedrock::PubSub::DeferredSubscriptionHub::HubType Bedrock::PubSub::PriorityDeferredSubscriptionHub::$getHubType ( ) 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.

◆ $_runOneEvent()

MCAPI bool Bedrock::PubSub::PriorityDeferredSubscriptionHub::$_runOneEvent ( )
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.

◆ $_enqueue()

MCAPI void Bedrock::PubSub::PriorityDeferredSubscriptionHub::$_enqueue ( ::std::function< void()> fn,
::Bedrock::PubSub::ConnectPosition at,
::std::optional< int > group )
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.

◆ $_runDequeuedEntry()

MCAPI void Bedrock::PubSub::PriorityDeferredSubscriptionHub::$_runDequeuedEntry ( ::Bedrock::PubSub::PriorityDeferredSubscriptionHub::DequeuedEntry const & entry)
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::PriorityDeferredSubscriptionHub::$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.

◆ runDeferredEvents()

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

◆ runDeferredEventsForDuration()

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

◆ clear()

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

◆ erase()

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

◆ size()

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

◆ empty()

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

◆ _join()

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

◆ $dtor()

MCAPI void Bedrock::PubSub::DeferredSubscriptionHubBase::$dtor ( )
inherited
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)
inherited
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)
inherited
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 ( )
inherited
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)
inherited
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
inherited
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
inherited
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)
inherited
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: